const crypto/x509.nameTypeURI

4 uses

	crypto/x509 (current package)
		parser.go#L401: 		case nameTypeURI:
		verify.go#L631: 			case nameTypeURI:
		x509.go#L911: 	nameTypeURI   = 6
		x509.go#L1019: 		rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeURI, Class: 2, Bytes: []byte(uriStr)})